home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 126
- Width = 435
- Height = 306
- Caption = 'Owner Draw Page Control'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object ODPageControl: TODPageControl
- Left = 0
- Top = 0
- Width = 427
- Height = 279
- ActivePage = TabSheet1
- Align = alClient
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnDrawItem = ODPageControlDrawItem
- object TabSheet1: TTabSheet
- Caption = 'Page 1'
- object Memo1: TMemo
- Left = 24
- Top = 8
- Width = 369
- Height = 201
- Lines.Strings = (
- 'Memo1')
- TabOrder = 0
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Page 2'
- object Memo2: TMemo
- Left = 24
- Top = 8
- Width = 369
- Height = 201
- Lines.Strings = (
- 'Memo2')
- TabOrder = 0
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'Page 3'
- object Memo3: TMemo
- Left = 24
- Top = 8
- Width = 369
- Height = 201
- Lines.Strings = (
- 'Memo3')
- TabOrder = 0
- end
- end
- end
- object Button1: TButton
- Left = 157
- Top = 243
- Width = 113
- Height = 25
- Caption = 'Toggle &Owner Draw'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-